home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / 01 / bush.swf / scripts / frame_62 / DoAction.as
Text File  |  2001-09-20  |  188b  |  7 lines

  1. ifFrameLoaded(LOADED_FRAME + "59")
  2. {
  3.    percent_loaded = int(LOADED_FRAME * "100" / total_frames);
  4.    LOADED_FRAME += "1";
  5.    setProperty("/BAR", _xscale, percent_loaded * value);
  6. }
  7.